Welcome![Sign In][Sign Up]
Location:
Search - lexical analyzer for c

Search list

[Other resourceSoft20060210155900603

Description: c语言程序的词法分析器,非常好用的,适合研究学习的-the lexical analyzer, very useful, and for the study of learning
Platform: | Size: 28672 | Author: qjs | Hits:

[IME Developwordsanalyse

Description: 一个用C语言编写的词法分析器,该程序只要实现对输入代码的词法分析并输出文件以保存结果。-a C language prepared by the lexical analyzer. as long as the procedures for the importation of code to achieve the lexical analysis and output files to preserve the results.
Platform: | Size: 2048 | Author: lgwang | Hits:

[Other resourcecifafenxixixi1

Description: 词法分析器 可作为课程设计参考 也可作为编码初学者学习-lexical analyzer can be used as reference for the design courses could also serve as learning coding beginners
Platform: | Size: 72704 | Author: 于勇 | Hits:

[ELanguageC_minuscomplier1.0

Description: C_minus词法分析器 1.0版(词法分析器源程序,用c++语言编写的,for c-minus,,Visual C++)-C_minus lexical analyzer Version 1.0 (lexical analyzer source with the c language, for c-minus, and Visual C)
Platform: | Size: 2048 | Author: 张庚声 | Hits:

[ELanguageIORO

Description: 可以直接运行的C语言开发的,编译原理的词法分析器!多的不说!能用是关键!为本人课程设计时做!-direct operation of the C-language development, Compiler Principle lexical analyzer! not many! can be used is the key! I courses for the design!
Platform: | Size: 192512 | Author: gavinioro | Hits:

[Other resourcelexica

Description: 词法分析器!内有文档!本程序识别的关键字为int real if then else while,仅当单独出现以上标识符时识别为关键字,对于inta,ifb等识别为标识符。 操作符分隔符! -lexical analyzer! Have documentation! The procedures for the identification of the keyword int el real if then se while, and only if there alone at the above identifier for the keyword identification, inta. ifb identified as such identifier. Operator separation!
Platform: | Size: 75776 | Author: gavinioro | Hits:

[ELanguageljSimple

Description: 输入一个DO-WHILE的语句,进行词法分析,词法分析器利用超前搜索,状态转换等方法,将源程序转化成为一个一个的单词符号二元式,如果词法分析无误,则进入语法分析部分,使用简单优先法进行文法分析,为每个终极符与非终极符之间定义优先关系,利用优先关系进行移进-规约,如果能规约到文法的开始符,则文法分析成功,输出四元式.-importation of a DO-WHILE statements, lexical analysis, lexical analyzer using advanced search, the transformation of the state, will be turned into a source of a binary symbols-words, if the lexical analysis accurate. it may enter the syntax analysis, the use of simple grammar priority method, Ultimate website for each non-whitespace between the ultimate definition of priorities, the use of priority relations Shift-Statute If the statute can begin to address the grammar, grammar analysis of successful export-4 yuan.
Platform: | Size: 246784 | Author: liujing | Hits:

[.netLexSeu

Description: 东南大学 课程设计 lex部分 说 明 **本次实验在Visual C++6.0环境下开发** 主要有以下文件: 1 词法分析器 lex.cpp 2 头文件 lex.h 3 测试文件 lex.l.txt lex工具的使用方法 编译运行 lex.cpp/lex.h,这样就将lex.l.txt转换成Cpp语言程序yylex.cpp 然后使用VC++6.0将lexyy.cpp编译成可执行程序, 这样就识别出了lex.l.txt中的正规表达式 打印出的字幕代表了识别出相应正规表达式时的动作。-Southeast University curriculum design lex** Note part of this experiment in Visual C 6.0 open environment** fat mainly in the following documents : a lexical analyzer lex.cpp two documents lex.h three test documents for lex.l.txt lex with the use of compiler running lex.cpp/lex.h. This will be converted into tracing lex.l.txt Language Program yylex.cpp then use the VC 6. 0 to lexyy.cpp compiled executable. This lex.l.txt identified by the formal expression of subtitles printed out on behalf of the formal identification of the corresponding table TAT-time action.
Platform: | Size: 10240 | Author: myname | Hits:

[ELanguagecompiler

Description: 2006-04-17 作者:ideawu Document for: 用C++语言手工编写的词法分析器,语法分析器。 -2006-04-17 Author: ideawu Document for: using C++ Language hand-written lexical analyzer, syntax analyzer.
Platform: | Size: 41984 | Author: | Hits:

[ELanguagesupcode_50339

Description: 词法分析器,用C编的.声明:本源码及资源由超级源码(www.supcode.com)收集整理后提供下载 ************************************************************************* ====================欢迎访问www.supcode.com====================== 网站编程技术专题站,提供大量ASP、PHP、JSP、CGI、.NET软件,网页模板和黑客工具 常用工具,还有技术专题论坛等着您的参与及讨论。 访问URL: http://www.supcode.com 软件发布:http://www.supcode.com/Publish.asp-Lexical analyzer, using C-series. STATEMENT: This source code and resources by the super-source (www.supcode.com) after the collection available for download********************************************************************* Welcome to****==================== www.supcode.com =================== === Web programming technology topics to provide a large number of ASP, PHP, JSP, CGI,. NET software, website templates and hacking tools commonly used tools, as well as technical topics waiting for your participation in forums and discussions. Access URL: http://www.supcode.com software release: http://www.supcode.com/Publish.asp
Platform: | Size: 350208 | Author: danping | Hits:

[ELanguagesimpleScanner

Description: 手工构造简单的C minus词法分析器 simple Scanner For C--Simple hand-constructed C minus lexical analyzer simple Scanner For C-
Platform: | Size: 1024 | Author: frr | Hits:

[ELanguagestudy_Lex_Yacc

Description: Lex 和Yacc 简明教程 本书将教会你如何使用lex 和yacc 构造一个编译器。 lex 和yacc 是两个用来生成词汇分析器和剖析器的工具。 导言部分描写了构建编译器所需的基本部分,以及lex 和yacc 之间的互动关系。后面两章更加详细的描写了lex 和 yacc。构建了一个经典的计算器程序。这个计算器支持常用 的算术符号和控制结构,例如实现了像ifelse和while 这样的控制结构。经过小小的修改,就把这个计算器转换成一个可以运行在基于栈的计算机上的编译器。-Lex and Yacc tutorial concise book will teach you how to use lex and yacc to construct a compiler. lex and yacc are used to generate lexical analyzer and parser tools. Introductory section describes the compiler to build the basic parts, as well as lex and yacc interaction between. Behind the two chapters of a more detailed description of the lex and yacc. Construction of a classic calculator program. The calculator supports the common arithmetic symbols and control structure, for example, realize like ifelse and while such a control structure. After small modifications, so the calculator can run into a stack-based computer compiler.
Platform: | Size: 351232 | Author: 蒋崇武 | Hits:

[ELanguagecompile

Description: vb做的词法分析器,对于计算机专业的同学很有用啊,大家看看吧,我做的是实现对C程序的词法分析,基本上能满足要求。-vb to do the lexical analyzer, for Computer Science students useful ah, let us look at it, I realize to do that on the C lexical analysis process has basically been able to meet the requirements.
Platform: | Size: 5120 | Author: 任勇林 | Hits:

[ELanguageSimPas-parser

Description: SimPas词法分析器。用flex编译生成yy.lex.c,然后用vc编译生成.exe文件,附有pascal程序代码正确的和错误的各一段,以及说明。-SimPas lexical analyzer. Flex compiler used to generate yy.lex.c, and then use the vc compiler generated. Exe files with pascal program code and correct the wrong the paragraph, as well as the description.
Platform: | Size: 37888 | Author: 飞鱼 | Hits:

[ELanguagec

Description: C++ C 词法分析器,编译原理, 运行时输入文件(input.txt)路径,文件内容为{}BEGIN FOR(I=0 I<10 I=I+1){} END-C++ C lexical analyzer, compiler theory, run-time input file (input.txt) path, the document says () BEGIN FOR (I = 0 I < 10 I = I+1) () END
Platform: | Size: 2048 | Author: Nancy | Hits:

[ELanguagewhile

Description: 否符合while语句的文法,或者能不能通过文法的开始符号推导出该语句。 (2) 该程序应该包括词法分析器,能对输入的语句进行词法分析,然后再对输出结果。词法分析器应能识别关键字,标示符,常量,操作符等。 (3) 该程序的语法分析器能对输入的语法进行分析,判断输入语句能否满足while循环语句的文法。通过简单优先的方法对语句进行分析,看能否能归约到文法的开始符号。 (4) 该程序的语义分析器就是对分析结果进行输出,要求输出结果是三地址形式的。-Compliance with the statement while the grammar, or to the beginning of grammar symbols can not be derived from the statement. (2) The program should include the lexical analyzer, the statement can be carried out input lexical analysis, and then output the results. Lexical analyzer should be able to identify the keywords, identifiers, constants, operators and so on. (3) parser of the program can analyze the syntax of input to determine whether the input statement to meet the loop while the grammar. Priorities through a simple statement of the method of analysis to see whether it can reduce to the beginning of grammar symbols. (4) the program analyzer is the semantic analysis of the results of the output requirements of the output is three-address form.
Platform: | Size: 60416 | Author: 李伟霞 | Hits:

[ELanguagelexer

Description: lexical analyzer for a c scanner
Platform: | Size: 28672 | Author: minu | Hits:

[ELanguagecifa

Description: 在WinTC环境下的用c语言写的C-词法分析器,对于输入文件,能得到词法分析的结果-The WinTC environment using c language written in C-lexical analyzer, for the input file, to get the results of lexical analysis
Platform: | Size: 3072 | Author: lq | Hits:

[ELanguageLexser

Description: C#写的词法分析器,为编译原理解释器构造中很重要的一环。-C# to write the lexical analyzer for the compiler construction principles of the interpreter a very important part.
Platform: | Size: 49152 | Author: hrain | Hits:

[Compress-Decompress algrithmsdsafgdsa

Description: 词法分析器,C++做的词法分析器.用于代码分析-Lexical analyzer, C++ to do the lexical analyzer. For code analysis
Platform: | Size: 19456 | Author: | Hits:
« 1 23 4 5 6 »

CodeBus www.codebus.net